Nothing really big, but I ran into a small issue using site_settings:import and it bit me hard.
There is an easy 'n ugly workaround (run the rake task twice) but this is typically something that is being run unattended so I did not see the error at first.
will work, does not take too much of an effort, and is most logical, but will still fail if additional restrictions are implemented after the settings were made.
will work but will not make sense to people,
is really ugly, but works
might introduce all kinds of nasty things and might take a lot of effort.