soreana commented on PR #7868:
URL: https://github.com/apache/cloudstack/pull/7868#issuecomment-1739254877

   Hi @DaanHoogland @hsato03,
   
   I've tested the upgrade from 4.18.1 to 4.19 the process went smooth and the 
account have removed state now.
   
   Before upgrade:
   ```
   MariaDB [cloud]> select account_name,state,removed from account ;
   +--------------------------+---------+---------------------+
   | account_name             | state   | removed             |
   +--------------------------+---------+---------------------+
   | system                   | enabled | NULL                |
   | admin                    | enabled | NULL                |
   | baremetal-system-account | enabled | NULL                |
   | Removed-01               | enabled | 2023-09-28 08:41:35 |
   | Removed-02               | enabled | 2023-09-28 08:45:18 |
   | Removed-03               | enabled | 2023-09-28 08:46:16 |
   +--------------------------+---------+---------------------+
   6 rows in set (0.001 sec)
   
   MariaDB [cloud]>
   ```
   
   After upgrade:
   ```
   MariaDB [cloud]> select account_name,state,removed from account ;
   +--------------------------+---------+---------------------+
   | account_name             | state   | removed             |
   +--------------------------+---------+---------------------+
   | system                   | enabled | NULL                |
   | admin                    | enabled | NULL                |
   | baremetal-system-account | enabled | NULL                |
   | Removed-01               | removed | 2023-09-28 08:41:35 |
   | Removed-02               | removed | 2023-09-28 08:45:18 |
   | Removed-03               | removed | 2023-09-28 08:46:16 |
   +--------------------------+---------+---------------------+
   6 rows in set (0.001 sec)
   
   MariaDB [cloud]>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to