How to add a new database postgres on Centos?

Hi to all.

Could someone show me how to add a new data base “example_data”, when we are working with server linux-postgres (pgadminIII) in which the db of the solutions is user_data?

I created db example_data with the same properties of user_data. But when i try to import a solution
logged in :
servoy-admin/solutions/import

i see this log
Importing 9INSERIMENTOPERANATOCISMO.servoy…
[info] Import contains XML version 12 and repository version 31.
[error] Server ‘example_data’ does not exist. Import failed.
[error] com.servoy.j2db.persistence.RepositoryException: Operation cancelled.

Tanks in advance
Gianni Pinna.

Hi Gianni,

In Servoy add a database connection using the PostgreSQL driver under the connections node (right-click on it). Here you do need to name the connection ‘example_data’.
After saving this connection you are probably asked to relaunch Servoy.
Now after starting Servoy again you can import the solution.

Note that Servoy doesn’t reference the actual database name but only the connection name. So connection ‘X’ can point to database ‘Y’ but Servoy still thinks of it as database ‘X’.

Hope this helps.

I received Your prompt replay.
First I wish to tank You very much.
Then I am going to study it.
Rgrds
Gianni Pinna

Hi Robert,
all Ok. Tank You again.
We execute Your luminous suggestions and the problem wos risolved.
Gianni Pinna