Skip to content

Commit

Permalink
Update continuous-backup.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hg-ms committed Nov 9, 2023
1 parent 304dea5 commit 134818e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The continuous backup can be written to all supported xref:storage-targets/index
[source,java,title="foundation classes:"]
----
SQLiteDataSource dataSource = new SQLiteDataSource();
dataSource.setUrl("jdbc:sqlite:microstreamdb");
dataSource.setUrl("jdbc:sqlite:microstream_bkup_db");
SqlFileSystem fileSystem = SqlFileSystem.New(
SqlConnector.Caching(
Expand Down Expand Up @@ -99,7 +99,7 @@ storage-directory=storageDir
backup-filesystem.sql.sqlite.data-source-provider=com.sample.MyDataSourceProvider
backup-filesystem.sql.sqlite.catalog=mycatalog
backup-filesystem.sql.sqlite.schema=myschema
backup-filesystem.sql.sqlite.url=jdbc:sqlite:microstreamdb
backup-filesystem.sql.sqlite.url=jdbc:sqlite:microstream_bkup_db
backup-directory=backupDir
----
Expand Down

0 comments on commit 134818e

Please sign in to comment.