I have one database on a production project that is still the "old" version where you had backups in

I have one database on a production project that is still the "old" version where you had backups instead of this point-in-time recovery. This old database version does work, but I guess I should upgrade it for better performance and future updates.

Now, last time I tried, I got hit by a 20 query-depth something limit that made me spent 2 days without any result, so I had to roll back and forget about it.

Now that this got increased, what are some other points where I could potentially be negatively surprised? Are there any other things that work better on the old version?
Was this page helpful?