On 24. nov. 2016 11:07, a.anderson@tees.ac.uk wrote:
Hi
We recently upgraded from 4.4.3 to 4.5.3 by building a new server with the supplied ovf file, and migrated the database using the procedure referenced in the following link. https://nav.uninett.no/doc/4.5/howto/migrate-data.html
The cli command we used to restore used the --drop-database --create --restore switches on the new server.
We now not the directory structure seems for the cam, arp folders is now / api/1/arp, whereas on the 4.4.3 box it was /api/arp.
Is this due to the restore method we have used or has the directory structure changed
Many thanks
Both should work.
We're versioning the API so that if you want a specific version of the API you can do that (with the /api/1/ in this instance). Any destructive changes will then be implemented in a new version of the API.
/api/ will always point to the latest version of the api. At the moment we only have one version of the API, so that should provide the same data.
Sincerely