We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi all,
Can we disable the Append Only File (AOF) in the tile38 (data/appendonly.aof) ? As it increase the disk space.
May I know what's the purpose of that file? and by disabling it will there be any affect?
Thanks, Fazlul
The text was updated successfully, but these errors were encountered:
It can be disabled, though there is not yet an option to do so from within Tile38.
Please see issue #220 for the workaround and a potential pitfall, as this issue is a duplicate.
Sorry, something went wrong.
Add flags to disable AOF or to use a custom path
11b42c0
New server flags: --appendonly yes/no --appendfilename path Please note that leaders that have disabled AOF cannot be followed.
I just pushed an update to the master branch that allows for disabling the AOF file.
No branches or pull requests
Hi all,
Can we disable the Append Only File (AOF) in the tile38 (data/appendonly.aof) ? As it increase the disk space.
May I know what's the purpose of that file? and by disabling it will there be any affect?
Thanks,
Fazlul
The text was updated successfully, but these errors were encountered: