Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.58 KB

Updates.md

File metadata and controls

61 lines (39 loc) · 1.58 KB

Index


Community Version Updates

For single box instances

If you have Faraday Client and Server running in the same box and you are using community, run:

$ git pull
$ python setup.py install
$ faraday-manage migrate

That's it! You're ready to go!

For separate box intances

If you have Faraday Client and Server running in different boxes, update them separately:

  • Faraday Server update commands:
git pull
pip install -r requirements_server.txt -U
faraday-manage migrate
  • Faraday Client update commands:
git pull
python setup.py install
faraday-client

After Installation

Once you have installed Faraday, you can take a look at the new Faraday's commands.


Commercial version update

If you have a Professional or Corporate version of Faraday, please head over to our Knowledge Base for information on updating your instance.

New Faraday's Commands

Faraday v3.8.0 brings a new way to run Faraday. Take a look at the new Faraday's commands here.