117 lines
4.5 KiB
Text
117 lines
4.5 KiB
Text
# SOME DESCRIPTIVE TITLE.
|
||
# Copyright (C) 2022, The Funkwhale Collective
|
||
# This file is distributed under the same license as the funkwhale package.
|
||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||
#
|
||
#, fuzzy
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: funkwhale 1.2.7\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2022-07-23 12:18+0200\n"
|
||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: 8bit\n"
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:1
|
||
msgid "Upgrade your Docker Funkwhale installation"
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:3
|
||
msgid "If you installed Funkwhale following the [Docker guide](../installation_docs/docker), follow these steps to upgrade."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:5
|
||
msgid "Upgrade Funkwhale"
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:7
|
||
msgid "SSH into your server"
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:8
|
||
msgid "Log in as your `funkwhale` user."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:14
|
||
msgid "Navigate to your Funkwhale directory."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:20
|
||
msgid "Export the Funkwhale version you want to update to. You'll use this in the rest of the commands in this guide."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:26
|
||
msgid "Change the version number in your `.env` file. Update this to the same version number you exported in step 4."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:32
|
||
msgid "Load the configuration from your `.env` file."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:38
|
||
msgid "Pull the updated containers."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:44
|
||
msgid "Apply the database migrations."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:50
|
||
msgid "Relaunch your containers."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:56
|
||
msgid "That’s it! You’ve updated your Funkwhale pod. You should now see the new version running in your web browser."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:58
|
||
msgid "Upgrade the postgres container"
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:60
|
||
msgid "Funkwhale depends on postgres for its database container. To upgrade postgres, you need to export your database and import it into the new container."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:62
|
||
msgid "To upgrade postgres on Docker we use the [`postgres-upgrade`](https://hub.docker.com/r/tianon/postgres-upgrade/) container. This Docker container automates the process of upgrading between major versions of postgres. Use these commands to upgrade your postgres container:"
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:64
|
||
msgid "Export your current postgres version number. You can find this in your `docker-compose.yml` file."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:70
|
||
msgid "Export the major version number you want to upgrade to."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:76
|
||
msgid "Stop the postgres container. This means no data changes while you are upgrading."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:82
|
||
msgid "Run the migration using the `postgres-upgrade` container. This creates a new version of the database in the `/srv/funkwhale/data/postgres-new` directory."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:91
|
||
msgid "Re-add the access control rules required by Funkwhale."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:97
|
||
msgid "Swap your old database out with your new database."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:104
|
||
msgid "Pull the new postgres version."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:110
|
||
msgid "Restart your containers."
|
||
msgstr ""
|
||
|
||
#: ../../administrator_documentation/upgrade_docs/docker.md:116
|
||
msgid "That's it! Your Funkwhale pod is now running the new version of postgres. The old database is available in `/srv/funkwhale/data/postgres-old`. You can back this up and remove it from your server once you've confirmed everything is working."
|
||
msgstr ""
|