mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #723] 1.3.0: --dburl default:... #664
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#664
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @piwats on GitHub (Apr 30, 2015).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/723
Originally assigned to: @tonioo on GitHub.
Hello,
I'm trying to automate the redeployment of modoba.
When using the new modoboa-admin.py parameters, especially the new
--dburl default:postgres://USER:PASS@HOST:PORT/DB
and
--dburl amavis:postgres://USER:PASS@HOST:PORT/DB
That should be right, shouldn't it?
When running the modoba-admin.py deploy dir and the parameters above, I get:
"You must define a 'default' database" Error.
What's up?
@tonioo commented on GitHub (Apr 30, 2015):
The --dburl option must appear only once but it accepts multiple arguments :
--dburl defaut:<...> amavis:<...>Am I clear ?
@piwats commented on GitHub (Apr 30, 2015):
Thank you +1:
That works.
Could you place a note to the docs, because it was not clear?
@tonioo commented on GitHub (Apr 30, 2015):
I will.