Tools
This Site
Księgowość
Płatnik
CMS
Hardware
Backup
Windows Server
- Problem z dyskiem
- WSUS
- Problemy z drukowaniem
- Serwer czasu
- Odzyskiwanie AD
- WSUS problemy
- Przystawka MMC
- WSUS diagnostyka
- TS Drain Mode
- Usesr TS i drukarki
- Zezwolenie na instalacje drukarek
- Czas ostatniego uruchomienia
- Statystyki serwera
- Repadmin
- Test replikacji kontrolera
- Zmiana Kontrolera
- Problem z nowym kontem
- IIS instalacja certyfikatu
- Problem z drukowaniem
- IIS binging HTTPS
- Instalaca drukarki
- IIS
- WINS
- Brak miejsca na dysku - mail
- Problem z domyślną drukarką
- Windows Server 2012
- Windows Server poradniki
- Windows Server 2016
- Terminal Server
Uncategorised
Databases
Emulators
Poczta
PHP
Powershell
Storage Array
Active Directory
DNS
Windows
Antivirus program
Linux
Naprawy
Windows Server
Foto
Licznik
Today835
Yesterday1207
This week6820
This month16839
Total3041938
Visitor Info
- IP: 3.21.247.78
- Browser: Unknown
- Browser Version:
- Operating System: Unknown
> >
Who Is Online
5
Online
>
piątek, 22 listopad 2024 15:19
>How to restore PostgreSQL database from .tar file
How to restore PostgreSQL database from .tar file
pg_restore -c -U postgres -d client03 -v "/tmp/client03.tar" -W
-c to clean the database
-U to force a user
-d to select the database
-v verbose mode, don't know why
"$$" the location of the files to import in tmp to get around permission issues
-W to force asking for the password to the user (postgres)
Dodaj komentarz