CREATE DATABASE target_database;. Step 4: Restore the dump file on the remote server: psql -U postgres -d target_database -f source_database.sql.
確定! 回上一頁