Update the "Updating your instance" docs #361

Merged
floatingghost merged 1 commit from norm/akkoma:update-updating-docs into develop 2022-12-14 03:03:08 +00:00
Contributor

This makes them consistent with the update instructions that are in the
release announcements.

Also adds in the command to update the frontend as well.

This makes them consistent with the update instructions that are in the release announcements. Also adds in the command to update the frontend as well.

actually is it good to recommend shutting down the instance before migrating? i've always ran ecto.migrate in the foreground while my instance was running, and then restarting it only took a couple of seconds
this way adds downtime

and also as far as i'm aware ecto.migrate executes compile if that's not already been done
so really you only need deps.get -> ecto.migrate -> restart

actually is it good to recommend shutting down the instance before migrating? i've always ran `ecto.migrate` in the foreground while my instance was running, and then restarting it only took a couple of seconds this way adds downtime and also as far as i'm aware `ecto.migrate` executes `compile` if that's not already been done so really you only need `deps.get -> ecto.migrate -> restart`
Author
Contributor

I'm not really too sure. I've done live migrations on FoundKey without issues but I haven't tried with akkoma so far.

I'm not really too sure. I've done live migrations on FoundKey without issues but I haven't tried with akkoma so far.

actually is it good to recommend shutting down the instance before migrating?

it avoids any potential race conditions involving attempting to insert data into a post-migrate database

>actually is it good to recommend shutting down the instance before migrating? it avoids any potential race conditions involving attempting to insert data into a post-migrate database

hm
well at least could compiling be done live? it takes a while

hm well at least could compiling be done live? it takes a while
norm force-pushed update-updating-docs from 0034373241
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending
to 73c53ccc92
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending
2022-12-10 18:56:19 +00:00
Compare
Author
Contributor

Updated the docs to only stop akkoma when doing migrations and updating the frontend

Updated the docs to only stop akkoma when doing migrations and updating the frontend

that seems fine
thank

that seems fine thank
floatingghost deleted branch update-updating-docs 2022-12-14 03:03:08 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AkkomaGang/akkoma!361
No description provided.