Skip to content

Commit 23a7cb1

Browse files
authored
Add Bacpac creation doc (#957)
* Update registry-access-control.md * Update README.md * add logo * Update README.md * Add docs for how to create bacpac file * Revert "Add docs for how to create bacpac file" This reverts commit 2837926. * Revert "Revert "Add docs for how to create bacpac file"" This reverts commit 90f8348. * Update creating_bacpac_file.md
1 parent 290ceb3 commit 23a7cb1

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: default
3+
title: Creating the BACPAC file
4+
parent: Developer Guides
5+
---
6+
7+
# Creating the BACPAC file
8+
9+
BACPAC is the SQL server backup format, the BACPAC file we used in the ARM template contains empty tables with predefined schemas, which are required by the registry service.
10+
11+
In case you need to re-create the BACPAC file, follow these steps:
12+
13+
1. Create a new, empty SQL database on Azure
14+
![Create Empty Database](../images/bacpac-sql-database.png)
15+
16+
2. Connect to the database with a SQL client, such as Azure Data Studio, run the SQL script at https://github.com/linkedin/feathr/blob/main/registry/sql-registry/scripts/schema.sql
17+
18+
3. Now we created the tables required by the registry service, we can use “Export” function to create the BACPAC file
19+
![Bacpac Export UI](../images/bacpac-export.png)
20+
21+
After this step, the database is not needed anymore.

docs/images/bacpac-export.png

60.6 KB
Loading
75 KB
Loading

0 commit comments

Comments
 (0)