Skip to content

Commit

Permalink
Merge pull request #38 from ceramicnetwork/fix/server-configuration-s…
Browse files Browse the repository at this point in the history
…pelling

Update server-configurations.mdx
  • Loading branch information
JulissaDantes authored Nov 27, 2023
2 parents aae6703 + 3150439 commit 7e6bc15
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ If you seek to switch networks locally you need to either drop or move your defa
- ```psql postgres```
- ```ALTER DATABASE ceramic RENAME TO ceramic_NETWORK; \q```

3. Restart your ceramic daemon wth the newly desired network config and compose DB will setup the new default environment automatically
3. Restart your ceramic daemon with the newly desired network config and compose DB will setup the new default environment automatically

To switch back between networks simply follow the above steps again and return the desired backup to the default values:
**SQLITE**: ```~./ceramic/indexing.sqlite```
Expand Down Expand Up @@ -218,11 +218,11 @@ You can also use AWS S3 for data storage which is supported for both Ceramic and

The IPFS datastore stores the raw IPFS blocks that make up Ceramic streams. To prevent data corruption, use environment variables written to your profile file, or otherwise injected into your environment on start so that the datastore location does not change between reboots.

Note: Switching between data storage locations is an advanced feature and should be avoided. Depending on the sharding implementation you may need to do a data migration first. See [t](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#datastorespec)he [datastore spec](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#datastorespec) for more information.
Note: Switching between data storage locations is an advanced feature and should be avoided. Depending on the sharding implementation you may need to do a data migration first. See the [datastore spec](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#datastorespec) for more information.

### Ceramic State Store

The Ceramic State Store holds state for pinned streams and the acts as a cache for the Ceramic streams that your node creates or loads. To ensure that the data you create with your Ceramic node does not get lost you must pin streams you care about and you must ensure that the state store does not get deleted.

## Next Steps
- [Access Mainnet](../../guides/composedb-server/access-mainnet.mdx)
- [Access Mainnet](../../guides/composedb-server/access-mainnet.mdx)

0 comments on commit 7e6bc15

Please sign in to comment.