-
Notifications
You must be signed in to change notification settings - Fork 5
Databases
samatrhea edited this page Aug 27, 2024
·
4 revisions
The CDP4-COMET server makes use of a relational database management system called PostgreSQL. All the data is stored in 3 dedicated databases in a PostgreSQL cluster. Below you can find a description of each of these databases.
- Used as an anchor database to initially create a CDP4-COMET Server database.
- It is there as "proof" that a database is setup correctly so it can create a CDP4-COMET database.
- The database that contains all the data of a CDP4-COMET database server including site data, model data and reference data.
- A database that is created and filled with data when data has been seeded to the CDP4-COMET Server using an Annex C3 file. this file is sent to the server using the following route:
http://cdp4services-test.cdp4.org/Data/Exchange
. This can only be done when this feature is enabled. Use the following command to seed a server from a file:curl --form file=@"Data.zip" http://cdp4services-test.cdp4.org/Data/Exchange
- The CDP4-COMET Server database can be restored to the state it was in when the
CDP4Restore
database was changed last using a specific route in the COMET WebService. Send an empty
copyright @ Starion Group S.A.