This commit is contained in:
Pablo Martin 2025-07-11 16:15:17 +02:00
parent 729d6d6db4
commit a256b48b01
630 changed files with 16494 additions and 0 deletions

View file

@ -0,0 +1,19 @@
# Connecting to Core
The [Core database](https://www.notion.so/Superhog-Core-Database-70786af3075e46d4a4e3ce303eb9ef00?pvs=21) is the main database for Superhogs backend.
To access it:
1. Make sure you are connected to the [Data VPN](VPN%20Set%20up%2001affb09a9f648fbad89b74444f920ca.md).
2. Fetch the reading user credentials from the `Dev` shared folder in Keeper. If you dont have access to it, ask Pablo.
3. Use the following connection details:
1. host: superhog.database.windows.net
2. port: 1433
3. database: `live` (if you want to read from production) or `staging` (if you want to read from staging).
4. Authentication type: `SQL Server Authentication`
Be aware that this instructions are specific to Data team members. You might see different instructions elsewhere, feel free to ignore them.
The details above will grant you read access. If you need write access… you really shouldnt write there at all. Please check your needs with Pablo and Ben Robinson. Never connect to this database with the intention of writing into it unless you have crystal clear, explicit and documented approval from Ben R.
Also note that there are certain networking whitelist exceptions in place to allow Data team members to connect to it. These include our office locations and home IPs. Should your IP change or the office move, please get in touch with Ben Robinson to request an update in the whitelisting rules.