We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MONGO_URI
mongodb://example.com:27017/growi?replicaSet=rs0
growi
migrations
growi?replicaSet=rs0
v3.6.0 fix this problem. Please see Upgrading guide (en)
v3.6.0 でこの問題を解決しています。 Upgrading guide (ja) を確認してください。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Host
How to reproduce? (再現手順)
MONGO_URI
to the url that has parametersMONGO_URI
にパラメータを持つ URL をセットするmongodb://example.com:27017/growi?replicaSet=rs0
サーバー起動
What happens? (症状)
2つのデータベースが作成される
growi
migrations
collectionこのDBは
migrations
コレクションを持たないgrowi?replicaSet=rs0
migrations
collectionこのDBは
migrations
コレクションを持つWhat is the expected result? (期待される動作)
growi
DB hasmigrations
collectiongrowi
DB がmigrations
コレクションを持つgrowi?replicaSet=rs0
DB is not createdgrowi?replicaSet=rs0
DB が作成されないNote
v3.6.0 fix this problem.
Please see Upgrading guide (en)
v3.6.0 でこの問題を解決しています。
Upgrading guide (ja) を確認してください。
The text was updated successfully, but these errors were encountered: