-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade path from 0.8? #200
Comments
Can you try runninng the following commands and posting the output?
|
Here are the results of the commands you posted: $ ls -l /usr/bin/api-umbrella*
ls: cannot access /usr/bin/api-umbrella*: No such file or directory $ ls -l /opt/api-umbrella/bin
total 0
lrwxrwxrwx 1 root root 46 marra 28 03:10 api-umbrella -> ../embedded/apps/core/current/bin/api-umbrella |
Additionally, the following commands return nothing:
|
If I understand correctly where you are going with this, I ran the following commands: $ sudo ln -s /opt/api-umbrella/bin/api-umbrella /usr/bin/api-umbrella
$ sudo service api-umbrella start
* Starting API Umbrella api-umbrella Still, the API Umbrella application does not load when requesting the server through a web browser. |
We retried the upgrade again with the following steps: Verify Ubuntu version and upgrade system
Add API Umbrella repository and run installer
WarningsWarnings during the installation process:
Configuration overwritesThen, some configuration overwrite messages:
I answered Y to both. Server unavailableAt this point, the web server was unreachable from a browser, so:
Same error as the original message. |
Thanks for reporting this. I've identified a couple issues with the upgrade process and some extra files being marked as config files in the |
This has been fixed in 629dc34 New v0.10 packages will be released tomorrow, which should make upgrading as easy as |
v0.10 packages are now published. Give a shout if you're still having any trouble upgrading. |
@GUI, I ran the install process using 0.10 packages on an 0.8 instance. The install seems to have succeeded, but the ApiUmbrellaWeb service does not respond to requests to Additionally, I got an error when I tried to upgrade instead of install:
|
@brylie: After upgrading, can you try running Let me know if that doesn't do the trick, though. Regarding |
@elnzv reported that he was able to successfully upgrade from 0.8 to 0.10, and will test on a clone of our main VM. Also, I did try the |
tailf /var/log/api-umbrella/nginx/current is looping error: [emerg] 17617#0: could not build the server_names_hash, you should increase server_names_hash_bucket_size: 32 @GUI any idea how I could fix this ? where I can find "server_names_hash_bucket_size" ? |
@GUI, may we please re-open this issue until we have a successful upgrade path? |
@jykae the hash_bucket_size issue was discussed and marked as resolved here. |
After we upgraded to 0.9 and rebooted the system, we get the following error:
As a result, the API Umbrella service will not load.
The text was updated successfully, but these errors were encountered: