Update the "Updating your instance" docs #361

Merged
floatingghost merged 1 commits 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.
Contributor

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
Contributor

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 to 73c53ccc92 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 merged commit 53f21489a2 into develop 2022-12-14 03:03:08 +00:00
floatingghost deleted branch update-updating-docs 2022-12-14 03:03:08 +00:00
Sign in to join this conversation.
No description provided.