Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 11, 20231 yr How often can we request for a site backup on IC cloud? Please implement a backup feature inside ACP so we can do it ourselves. Another feature to backup just the configuration of the site without the member data, posting data (forum topics, articles, blog entries, events) would be nice so that we can export the config setting data and use it to start another forum site quickly.
December 11, 20231 yr You can request backups any time you need there. We have no plans at present to provide backup functionality that includes no data.
December 11, 20231 yr 6 hours ago, WebCMS said: Another feature to backup just the configuration of the site without the member data, posting data (forum topics, articles, blog entries, events) would be nice so that we can export the config setting data and use it to start another forum site quickly. What's remaining then? It's probably easier and faster to just create a small app that sets the necessary settings (that's literally what I'm doing for my dev/testing environments)
December 13, 20231 yr Management On 12/11/2023 at 6:18 AM, Kirill Gromov said: I'm making an app like this if you're interested. This most likely won't work on cloud.
December 13, 20231 yr 1 hour ago, Matt said: This most likely won't work on cloud. I don’t see any problems, since SQL Toolbox works 🙂
December 13, 20231 yr 17 minutes ago, Kirill Gromov said: I don’t see any problems, since SQL Toolbox works 🙂 There is no guarantee of this either on our network.
December 13, 20231 yr Management There's a practical issue in that you cannot write a file to a cloud community, but there may also be an issue in getting permission to scan a database and pull data out at scale. This kind of thing is often very intensive.
December 13, 20231 yr 6 minutes ago, Matt said: There's a practical issue in that you cannot write a file to a cloud community, but there may also be an issue in getting permission to scan a database and pull data out at scale. This kind of thing is often very intensive. Ah, ok. I can disable it programmatically for cloud clients.