changeSettings('isPublic')}
title="Set it public"
description="Your database will be reachable over the internet. Take security seriously in this case!"
disabled={!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."
/>