Skip to content

Instantly share code, notes, and snippets.

@polosaty
Forked from anonymous/sh
Last active December 14, 2018 06:12
Show Gist options
  • Save polosaty/d71efc32ee5236d7a2c3d7135f87b315 to your computer and use it in GitHub Desktop.
Save polosaty/d71efc32ee5236d7a2c3d7135f87b315 to your computer and use it in GitHub Desktop.
Gist from «VK CodeSyntaxHighlighter»
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