Devportal Upgrade from apigee-4.17.01 to latest version apigee-4.17.09.

jaywanttopno
Participant III

I am following below url to upgrade Developer portal services
ref url: https://docs.apigee.com/private-cloud/latest/upgrading-developer-services-portal


After upgrading i can see the portal services status is : 4.17.09 by running below code

/opt/apigee/apigee-service/bin/apigee-all status

+ apigee-service apigee-drupal-devportal status
OK: apigee-drupal-devportal is up and running
+ apigee-service apigee-lb status
apigee-service: apigee-lb: OK
+ apigee-service apigee-postgresql status
apigee-service: apigee-postgresql: OK

1. Do Upgrading apigee overwrite custom module and theme which is located inside profile/apigee modules/themes.. ?

2. During upgrade, my database updated with initial data(dummy nodes). there is no custom module and contributed module data available. is this how it has to behave ..?


3.All my custom module got turned off. All configuration changes that have been done in old db has not taken place. Did i made any mistake.? apigee didn't updated correctly is it.? i still see version is 4.17.01 in status page.

let me know where i'm going wrong..?

0 2 236
2 REPLIES 2

All custom development should be done outside of the profiles/apigee directory as this directory gets overwritten when updating. Custom code should go in the sites/all directory.

Updating the developer portal should not affect your database, try reimporting a backup of your database taken before running the update.

Hi @Katie Bielawiec thanks for response.
Yes, custom development should be done inside sites/all/*.

Yes, i can re import my backup db. But my q is little different.
Why i am facing this issue while upgrading and where am i going wrong..?

I'm using Online mode for upgrading.

ref url: https://docs.apigee.com/private-cloud/latest/upgrading-developer-services-portal