Skip to content
Discussion options

You must be logged in to vote

The intended way is to have edgedb server manage the docker container for you, while running on the host (via --method=docker). Support for that hasn't landed yet, but is in progress (geldata/gel-cli#67, geldata/gel-cli#72).

Meanwhile, for manually-managed docker containers you have to do the upgrade manually:

  1. do edgedb dump on the old version,
  2. pull the new image and run it with a new data directory,
  3. create the database in the new instance,
  4. restore the database content using the previously created dump with edgedb restore.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Fogapod
Comment options

@elprans
Comment options

@Fogapod
Comment options

@elprans
Comment options

@Fogapod
Comment options

Answer selected by Fogapod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants