Install and set up the Matan databases
When you have installed the PostgreSQL server, you can configure users and privileges and restore the databases.
- Click the Windows Start button, and start the pgAdmin3 program.
-
In the toolbar, click the New Server Registration
button.
The New Server Registration window opens.
-
On the Properties tab, enter the following information,
and click OK:
- Name: Any name, such as Matan or Local
- Host: IP address of PostgreSQL server, which can also be localhost.
- Port: 5432
- Maintenance DB: postgres
- Username: postg
- Password: Leave empty
If the connection fails, it means that the PostgreSQL server is not running or the IP address is incorrect.
- Double-click Servers, and expand the content of Server Groups.
-
Create a new user:
- Under Local, right-click on Login
Roles, and click New Login
Role.
The New Login Role window opens.
- On the Properties tab, enter the role name efi.
- On the Definition tab, enter the password m4t4nsql.
- Click OK.
- Under Local, right-click on Login
Roles, and click New Login
Role.
-
Set up the databases:
- Under Local, right-click on
Databases, and click New
Database.
The New Database window opens.
- On the Properties tab, enter the following
information and click OK:
- Name: matan_local (Matan front-end computer) or matan (Fiery XF server computer)
- Owner: efi
- Under Local, right-click on
Databases, and click New
Database.
-
Restore the database from the backup files:
- Under Local, right-click on
matan_local (Matan front-end computer) or
matan (Fiery XF
server computer), and click Restore.
The Restore database window opens.
- Under Filename, click the … button, and browse to the matan_local_psql.backup (Matan front-end computer) or matan_psql.backup (Fiery XF server computer) file.
- Under Rolename, select postgres.
- Click the Restore Options #1 tab.
- Under Section, select Pre-data, Data and Post-data and click Restore.
- Click Done.
- Under Local, right-click on
matan_local (Matan front-end computer) or
matan (Fiery XF
server computer), and click Restore.
Parent topic: EFI Matan printers