Git Product home page Git Product logo

Comments (4)

lanedsmu avatar lanedsmu commented on September 27, 2024 1

I get this same error with the all-in-one image

from lowcoder.

wengad82 avatar wengad82 commented on September 27, 2024

i found that version 2.3.1 base on mongo 4.4
root@23de5959746d:/usr/bin# ./mongod --version
db version v4.4.29
Build Info: {
"version": "4.4.29",
"gitVersion": "f4dda329a99811c707eb06d05ad023599f9be263",
"openSSLVersion": "OpenSSL 1.1.1f 31 Mar 2020",
"modules": [],
"allocator": "tcmalloc",
"environment": {
"distmod": "ubuntu2004",
"distarch": "x86_64",
"target_arch": "x86_64"
}
}

and version 2.4.0 base on mongo 7.x
root@59e8e62c3e51:/# mongod --version
db version v7.0.9
Build Info: {
"version": "7.0.9",
"gitVersion": "3ff3a3925c36ed277cf5eafca5495f2e3728dd67",
"openSSLVersion": "OpenSSL 3.0.11 19 Sep 2023",
"modules": [],
"allocator": "tcmalloc",
"environment": {
"distmod": "debian12",
"distarch": "x86_64",
"target_arch": "x86_64"
}
}

must upgrade mongo from 4.4 to 7.0

from lowcoder.

wengad82 avatar wengad82 commented on September 27, 2024

fix method.
step 1:run a container with lowcoder-ce:2.3.1,and go into the container,use mongoexport to export the collection data under lowcoder database.
step 2:run a container with lowcoder-ce:2.4.0 ,without reuser the host volume which mapping from 2.3.1. and copy the data file which step 1 exported. into the path which container 2.4.0 can access.
step 3:go into the container 2.4.0,and run mongoimport to import the data to the lowcoder database.
step 4: it 's ok.maybe import the serverConfig collection data will report a replication data,you can ignore it .

from lowcoder.

wengad82 avatar wengad82 commented on September 27, 2024

found that the default property of widget is changed in lowcoder-ce 2.4.0. it make me crushing,i pardon to ask the Product manager ,why do like this! why!

from lowcoder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.