GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Embed Notice

HTML Code

Corresponding Notice

  1. Embed this notice
    Phantasm (phnt@fluffytail.org)'s status on Saturday, 15-Mar-2025 07:32:08 JSTPhantasmPhantasm
    in reply to
    • lainy
    • Oneesan succubus
    • ✙ dcc :pedomustdie: :phear_slackware:
    • Tiberius J. Nougat
    • ins0mniak ~Hate Account~
    • nyanide :nyancat_rainbow::nyancat_body::nyancat_face:
    • Sovereign Analysis
    • Vivi Nella Verita

    @Sovereign @dcc @ins0mniak @nyanide @lain @lord_nougat @lain @verita84

    = Pleroma = == Database backup == === schema === sudo -Hu postgres pg_dump -s pleroma -S postgres -v -f /mnt/pleroma-schema.psql === data (one or the other) === sudo -Hu postgres pg_dump -a pleroma --disable-triggers -S postgres -v -f /mnt/pleroma-data.psql # Uncompressed only pg_dump -a pleroma --disable-triggers -S postgres -v -f - | nice bzip2 -z9 - >/mnt/pleroma-data.psql.bz2 # Run as postgres user == Database restore == === schema === psql -v ON_ERROR_STOP=1 -d pleroma -U postgres -a -f pleroma-schema.psql === data === psql -v ON_ERROR_STOP=1 -d pleroma -U postgres -a -f pleroma-data.psql

    Backing up the DB with the custom format pg_dump -Fc might lead to a really long restore time thanks to indexes being built in a bad way. There's probably a way to workaround that and still use the custom format, but I've never tried to find one.

    You can now in 2.9.0 follow hashtags, but it isn't exposed in Pleroma-FE anyway. Husky/Tusky might have that functionality, but I never found the need for it. If you are going from 2.8.0 to 2.9.X, there are migrations you will need to run (check 2.9.0 release article on the main site).

    In conversationabout 4 months ago from fluffytail.orgpermalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.