-
-
Save polosaty/d71efc32ee5236d7a2c3d7135f87b315 to your computer and use it in GitHub Desktop.
Gist from «VK CodeSyntaxHighlighter»
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -u postgres psql | |
create database gits_restore; | |
sudo -u postgres psql gits_restore; | |
create extension postgis; | |
cd /backup | |
sudo -u postgres pg_restore -Fd -d gits_restore --table=route_path ./main-av_gits |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment