You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As of now, the migration process runs automatically when the clay instance is started which could introduce potential threats that could eat up all of the DB resources grinding up things to a halt.
Describe the solution you'd like
One way we could avoid this is create a command to run migrations when the user demands it instead of running them automatically on startup. It could be a claycli command which triggers the migrations from amphora-storage-postgres (i.e.: clay migrate <namespace>) that still haven't been completed. This would require changes in amphora-storage-postgres and claycli.
Additional context
This issue was raised after developing and discussing about issue #33
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As of now, the migration process runs automatically when the clay instance is started which could introduce potential threats that could eat up all of the DB resources grinding up things to a halt.
Describe the solution you'd like
One way we could avoid this is create a command to run migrations when the user demands it instead of running them automatically on startup. It could be a
claycli
command which triggers the migrations fromamphora-storage-postgres
(i.e.:clay migrate <namespace>
) that still haven't been completed. This would require changes inamphora-storage-postgres
andclaycli
.Additional context
This issue was raised after developing and discussing about issue #33
The text was updated successfully, but these errors were encountered: