This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
environments: do not migrate by default
The migration part is now expected to be done by the administrator. This is done automatically by the init script in containerized deployments. This was done because now we had at least two portus processes accessing the DB and trying to migrate the DB, which caused quite some issues. Moreover, notice that the previous workflow (e.g. automatically migrating on production) was simply not possible in orchestration solutions like Docker Swarm or Kubernetes. Signed-off-by: Miquel Sabaté Solà <[email protected]>
- Loading branch information
Showing
4 changed files
with
1 addition
and
21 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters