Skip to content

Commit

Permalink
docs: correct pg_dump path
Browse files Browse the repository at this point in the history
  • Loading branch information
RobHooper committed Oct 30, 2024
1 parent b876f31 commit 4c4c1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/maintain/databases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ If pgBackRest isn't an option, use ``pg_dump`` and ``pg_restore``.

.. code-block:: bash
rsync -avz [email protected]:~/spoonbill_web.tar.gz .
rsync -avz [email protected]:/var/lib/postgresql/spoonbill_web.tar.gz .
#. Copy the database dump to the new server. For example:

Expand Down

0 comments on commit 4c4c1f8

Please sign in to comment.