Skip to content
Snippets Groups Projects
Commit ea1d4e4a authored by Bob Mottram's avatar Bob Mottram
Browse files

Run migrate during pleroma upgrade

parent 9b44f6d2
No related branches found
No related tags found
No related merge requests found
......@@ -764,6 +764,7 @@ function upgrade_pleroma {
# migrate database
sudo -u pleroma mix deps.clean --build mime
sudo -u pleroma mix ecto.migrate
expire_pleroma_posts "$PLEROMA_DOMAIN_NAME" "$PLEROMA_EXPIRE_MONTHS"
create_pleroma_blocklist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment