Features
changeSettings('isPublic')}
title="Set it Public"
description="Your database will be reachable over the internet.
Take security seriously in this case!"
disabled={!$status.database.isRunning}
/>
{#if database.type === 'redis'}
changeSettings('appendOnly')}
title="Change append only mode"
description="Useful if you would like to restore redis data from a backup.
Database restart is required."
/>
{/if}