Bobcares

How to use psql to restore a text dump?

by | Feb 10, 2021

Wondering how to use psql to restore a text dump?We can help you.

Using psql is one of the simplest ways to restore a text dump. Text dumping is a suitable importing method for small databases.

At Bobcares, we often get requests to restore text dumps, as a part of our Server Management Services.

Today, let’s discuss how to restore a text dump using psql (PostgreSQL) and see how our Support Engineers do this for our customers.

Steps for using psql to restore a text dump.

The dump method generates a SQL file of a database. Restoring this file recreates the database in the previous state.

Before going to the steps of restoring let’s see how to take a text dump file of a database.

Here we will use  pg_dump  to export a PostgreSQL database.

First, access the database directly or remotely to dump it. Now, dump the database using the following command.

pg_dump -U db_user -W -F p db_name > /path_of_the_dump/dump_file.sql

Here, the db_user is the database user and db_name is the database name. The other options are,

  • -U denotes a user.
  • -W prompt for a password before connecting to the server.
  • F denotes file format.

To dump the database in a text file format, use the option p.

Restoring a text dump:

Restoring a text dump file is only possible using psql. This is an interactive interface for managing the PostgreSQL database.

So,  for restoring the text dump we can take the psql console and run the following command.

psql -U db_user db_name < dump_file.sql

This restores the dump file successfully.

Common errors while using psql to restore a text dump

Sometimes the psql text dump restoring can end up in errors. Now, let’s see a few possible errors that occur during a text file restoration. We will also see how our Support Team fix these errors for our customers.

1. Invalid command while restoring sql

Sometimes, the psql dump restores ends up in the following error message.

psql:psit.sql:27485: invalid command \N

Here the \N denotes a null value. The error message itself is not much informative. In such situations, we will try to debug the error.

psql has an inbuilt mode ‘stop on the first error‘. So, we will switch psql to ‘stop on the first error mode’. This displays the initial trigger for the error. To switch the mode, we will use the following command:

psql -v ON_ERROR_STOP=1

This command gives the actual reason for the error which will help us to fix it.

2. Improper restoring of the dump file

At times we will encounter the following error message.

pg_restore: [archiver] input file appears to be a text format dump. Please use psql.

This error message is seen when the user tries to restore a text-based dump file using the pg_restore tool.

Usually, the pg_dump tool creates a dump file in text format. A single step restoration of a text file is only possible by using psql.

In order to use pg_restore, we must convert the text file to tar format and then execute the restore command.

So, to fix the error, we will restore the dump file in the appropriate format.

[Still, having trouble in restoring a text dump using psql? – We will help you.]

Conclusion

In short, psql restores a text dump in the same file format. Other restoration methods use different file formats and hence need file conversion. Today, we saw the text dump restoration and discussed how our Support Engineers fix the related errors.

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

var google_conversion_label = "owonCMyG5nEQ0aD71QM";

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Never again lose customers to poor
server speed! Let us help you.

Privacy Preference Center

Necessary

Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.

PHPSESSID - Preserves user session state across page requests.

gdpr[consent_types] - Used to store user consents.

gdpr[allowed_cookies] - Used to store user allowed cookies.

PHPSESSID, gdpr[consent_types], gdpr[allowed_cookies]
PHPSESSID
WHMCSpKDlPzh2chML

Statistics

Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.

_ga - Preserves user session state across page requests.

_gat - Used by Google Analytics to throttle request rate

_gid - Registers a unique ID that is used to generate statistical data on how you use the website.

smartlookCookie - Used to collect user device and location information of the site visitors to improve the websites User Experience.

_ga, _gat, _gid
_ga, _gat, _gid
smartlookCookie
_clck, _clsk, CLID, ANONCHK, MR, MUID, SM

Marketing

Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.

IDE - Used by Google DoubleClick to register and report the website user's actions after viewing or clicking one of the advertiser's ads with the purpose of measuring the efficacy of an ad and to present targeted ads to the user.

test_cookie - Used to check if the user's browser supports cookies.

1P_JAR - Google cookie. These cookies are used to collect website statistics and track conversion rates.

NID - Registers a unique ID that identifies a returning user's device. The ID is used for serving ads that are most relevant to the user.

DV - Google ad personalisation

_reb2bgeo - The visitor's geographical location

_reb2bloaded - Whether or not the script loaded for the visitor

_reb2bref - The referring URL for the visit

_reb2bsessionID - The visitor's RB2B session ID

_reb2buid - The visitor's RB2B user ID

IDE, test_cookie, 1P_JAR, NID, DV, NID
IDE, test_cookie
1P_JAR, NID, DV
NID
hblid
_reb2bgeo, _reb2bloaded, _reb2bref, _reb2bsessionID, _reb2buid

Security

These are essential site cookies, used by the google reCAPTCHA. These cookies use an unique identifier to verify if a visitor is human or a bot.

SID, APISID, HSID, NID, PREF
SID, APISID, HSID, NID, PREF