Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • funkwhale funkwhale
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
    • Model experiments
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • funkwhalefunkwhale
  • funkwhalefunkwhale
  • Issues
  • #1499

Follow-up from "Restructure/improve docs"

The following discussion from !1314 (merged) should be addressed:

  • @jovuit started a discussion: (+2 comments)

    Also regarding the server migration doc, I did only change for the non docker setup. I am not sure whether the docker setup also needs to be changed accordingly, as the commands where somewhat different.

    I have no docker setup to test this, and I am not familiar with docker. Can someone please confirm if the pg_restore command for docker is correct as is, or if it must be updated to use psql as well?

    Old:

    docker exec -i funkwhale_postgres_1 pg_restore -c -U postgres -d postgres < "db.dump"

    Suggested new:

    docker exec -i funkwhale_postgres_1 psql -U postgres -d postgres db.dump

    I can commit accordingly if someone confirms.

Assignee
Assign to
Time tracking