# Upgrading
The standard upgrade process is as follows:
- Navigate (
cd
) to the root diretory of Directus - Run
git pull origin master
to get the latest code
Versionless API
The Directus API is "versionless", which means that new releases will only include fixes and improvements, but no deprecations or breaking changes.
# Manually Upgrading FTP Installs
If you do not have access to git on your server and installed Directus via FTP, then your upgrade process is as follows:
- Download the latest release of Directus (opens new window)
- Upload/replace existing Directus files making sure not to replace:
- API (opens new window) config files (
api.php
,api.[project].php
, etc) - File storage directory (opens new window)
- Custom extensions (opens new window)
- Log files (opens new window)
- Overrides for CSS (opens new window) and Javascript (opens new window)
- API (opens new window) config files (
# How can I find my current version of Directus?
You can see your App version by hovering over the Directus logo at the top left of the Login page. The API and App versions are also included in the response from the Server Information endpoint (located at /server/info
).
← Style Guide Users →