How to manually trigger RDB file generation in Redis Software?
Closed this issue · 3 comments
luzixiao commented
The document does not contain instructions on how to manually trigger RDB file generation in the Redis Software (Enterprise) version.
The save and bgsave commands available in the open source version are disabled in Software version.
Please supplement the documentation for this part.
dwdougherty commented
Hi @luzixiao. Thanks for reaching out. Below, you'll find links for exporting data (similar to the SAVE command), scheduling backups, and configuring database persistence. I hope that helps.
rrelledge commented
Hi, @luzixiao. Schedule periodic backups also says:
To make an on-demand backup, export your data.
dwdougherty commented
Question answered; closing.