Thread: pgAdmin4 v8.11 candidate builds
Hi All,
Blog: https://www.enterprisedb.com/akshay-joshi
GitHub: https://github.com/akshay-joshi
LinkedIn: https://www.linkedin.com/in/akshay-joshi-086497216
pgAdmin4 v8.11 candidate builds and source code is available at https://developer.pgadmin.org/builds/2024-08-19-1/
Yogesh, could you please verify this for Thursday's release?
Akshay Joshi Principle Software Architect |
Blog: https://www.enterprisedb.com/akshay-joshi
GitHub: https://github.com/akshay-joshi
LinkedIn: https://www.linkedin.com/in/akshay-joshi-086497216
Hi,
I will verify on ubuntu 24.04 and windows 11. Once it's finished I will update here.
On Mon, Aug 19, 2024 at 5:48 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi All,pgAdmin4 v8.11 candidate builds and source code is available at https://developer.pgadmin.org/builds/2024-08-19-1/Yogesh, could you please verify this for Thursday's release?
Akshay Joshi
Principle Software Architect
Blog: https://www.enterprisedb.com/akshay-joshi
GitHub: https://github.com/akshay-joshi
LinkedIn: https://www.linkedin.com/in/akshay-joshi-086497216
Hi All,
We have found an issue in Windows, RHEL, and Debian platforms in Dekstop mode, so have to regenerate the candidate build.
The latest candidate builds and source code is available at https://developer.pgadmin.org/builds/2024-08-20-1/
On Mon, Aug 19, 2024 at 11:53 PM Usman Khan <umk555@gmail.com> wrote:
Hi,I will verify on ubuntu 24.04 and windows 11. Once it's finished I will update here.On Mon, Aug 19, 2024 at 5:48 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi All,pgAdmin4 v8.11 candidate builds and source code is available at https://developer.pgadmin.org/builds/2024-08-19-1/Yogesh, could you please verify this for Thursday's release?
Akshay Joshi
Principle Software Architect
Blog: https://www.enterprisedb.com/akshay-joshi
GitHub: https://github.com/akshay-joshi
LinkedIn: https://www.linkedin.com/in/akshay-joshi-086497216
Fixed a few more issues. The latest candidate builds and source code is available at https://developer.pgadmin.org/builds/2024-08-20-2/
On Tue, Aug 20, 2024 at 2:37 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi All,We have found an issue in Windows, RHEL, and Debian platforms in Dekstop mode, so have to regenerate the candidate build.The latest candidate builds and source code is available at https://developer.pgadmin.org/builds/2024-08-20-1/On Mon, Aug 19, 2024 at 11:53 PM Usman Khan <umk555@gmail.com> wrote:Hi,I will verify on ubuntu 24.04 and windows 11. Once it's finished I will update here.On Mon, Aug 19, 2024 at 5:48 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi All,pgAdmin4 v8.11 candidate builds and source code is available at https://developer.pgadmin.org/builds/2024-08-19-1/Yogesh, could you please verify this for Thursday's release?
Akshay Joshi
Principle Software Architect
Blog: https://www.enterprisedb.com/akshay-joshi
GitHub: https://github.com/akshay-joshi
LinkedIn: https://www.linkedin.com/in/akshay-joshi-086497216
Hi Hackers,
I have tried multiple attempts to download/install the builds, but it seems dead slow for me. I am facing the issue on apt and while downloading windows installer. I am already on 20+Mbps connection, I even download a couple of installers from the EDB download page without any issue.
Anyone else facing the issue or any advice in this regard?
On Tue, Aug 20, 2024 at 5:09 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Fixed a few more issues. The latest candidate builds and source code is available at https://developer.pgadmin.org/builds/2024-08-20-2/On Tue, Aug 20, 2024 at 2:37 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi All,We have found an issue in Windows, RHEL, and Debian platforms in Dekstop mode, so have to regenerate the candidate build.The latest candidate builds and source code is available at https://developer.pgadmin.org/builds/2024-08-20-1/On Mon, Aug 19, 2024 at 11:53 PM Usman Khan <umk555@gmail.com> wrote:Hi,I will verify on ubuntu 24.04 and windows 11. Once it's finished I will update here.On Mon, Aug 19, 2024 at 5:48 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi All,pgAdmin4 v8.11 candidate builds and source code is available at https://developer.pgadmin.org/builds/2024-08-19-1/Yogesh, could you please verify this for Thursday's release?
Akshay Joshi
Principle Software Architect
Blog: https://www.enterprisedb.com/akshay-joshi
GitHub: https://github.com/akshay-joshi
LinkedIn: https://www.linkedin.com/in/akshay-joshi-086497216
Hi Akshay/Hackers,
Somehow the download succeeded and I was able to perform release testing on ubuntu 24.04 and windows 11. I performed the following scenarios with basic sanity:
- 1. Fresh Installation
- 2. Upgrade scenario (from pgadmin4 8.10 to latest)
The testing went well and no major issue was encountered.
Additionally, I have found following statements in the logs of pgadmin4(/var/logs/pgadmin4.log) on ubuntu 24.04. I was trying to investigate it further, but thought at least I should report it as well.
===============================================================
2024-08-20 22:31:20,060: ERROR pgadmin: 400 Bad Request: The CSRF session token is missing.
Traceback (most recent call last):
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask_wtf/csrf.py", line 261, in protect
validate_csrf(self._get_csrf_token())
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask_wtf/csrf.py", line 103, in validate_csrf
raise ValidationError("The CSRF session token is missing.")
wtforms.validators.ValidationError: The CSRF session token is missing.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask/app.py", line 878, in full_dispatch_request
rv = self.preprocess_request()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask/app.py", line 1253, in preprocess_request
rv = self.ensure_sync(before_func)()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask_wtf/csrf.py", line 229, in csrf_protect
self.protect()
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask_wtf/csrf.py", line 264, in protect
self._error_response(e.args[0])
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask_wtf/csrf.py", line 307, in _error_response
raise CSRFError(reason)
flask_wtf.csrf.CSRFError: 400 Bad Request: The CSRF session token is missing.
~
Traceback (most recent call last):
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask_wtf/csrf.py", line 261, in protect
validate_csrf(self._get_csrf_token())
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask_wtf/csrf.py", line 103, in validate_csrf
raise ValidationError("The CSRF session token is missing.")
wtforms.validators.ValidationError: The CSRF session token is missing.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask/app.py", line 878, in full_dispatch_request
rv = self.preprocess_request()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask/app.py", line 1253, in preprocess_request
rv = self.ensure_sync(before_func)()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask_wtf/csrf.py", line 229, in csrf_protect
self.protect()
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask_wtf/csrf.py", line 264, in protect
self._error_response(e.args[0])
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask_wtf/csrf.py", line 307, in _error_response
raise CSRFError(reason)
flask_wtf.csrf.CSRFError: 400 Bad Request: The CSRF session token is missing.
~
===============================================================
On Tue, Aug 20, 2024 at 6:48 PM Usman Khan <umk555@gmail.com> wrote:
Hi Hackers,I have tried multiple attempts to download/install the builds, but it seems dead slow for me. I am facing the issue on apt and while downloading windows installer. I am already on 20+Mbps connection, I even download a couple of installers from the EDB download page without any issue.Anyone else facing the issue or any advice in this regard?On Tue, Aug 20, 2024 at 5:09 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Fixed a few more issues. The latest candidate builds and source code is available at https://developer.pgadmin.org/builds/2024-08-20-2/On Tue, Aug 20, 2024 at 2:37 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi All,We have found an issue in Windows, RHEL, and Debian platforms in Dekstop mode, so have to regenerate the candidate build.The latest candidate builds and source code is available at https://developer.pgadmin.org/builds/2024-08-20-1/On Mon, Aug 19, 2024 at 11:53 PM Usman Khan <umk555@gmail.com> wrote:Hi,I will verify on ubuntu 24.04 and windows 11. Once it's finished I will update here.On Mon, Aug 19, 2024 at 5:48 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi All,pgAdmin4 v8.11 candidate builds and source code is available at https://developer.pgadmin.org/builds/2024-08-19-1/Yogesh, could you please verify this for Thursday's release?
Akshay Joshi
Principle Software Architect
Blog: https://www.enterprisedb.com/akshay-joshi
GitHub: https://github.com/akshay-joshi
LinkedIn: https://www.linkedin.com/in/akshay-joshi-086497216
Hi Akshay,
One round of installer testing is completed.
Version 8.11 can be released.
Thanks,
Yogesh
On Tue, 20 Aug 2024, 5:39 pm Akshay Joshi, <akshay.joshi@enterprisedb.com> wrote:
Fixed a few more issues. The latest candidate builds and source code is available at https://developer.pgadmin.org/builds/2024-08-20-2/On Tue, Aug 20, 2024 at 2:37 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi All,We have found an issue in Windows, RHEL, and Debian platforms in Dekstop mode, so have to regenerate the candidate build.The latest candidate builds and source code is available at https://developer.pgadmin.org/builds/2024-08-20-1/On Mon, Aug 19, 2024 at 11:53 PM Usman Khan <umk555@gmail.com> wrote:Hi,I will verify on ubuntu 24.04 and windows 11. Once it's finished I will update here.On Mon, Aug 19, 2024 at 5:48 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi All,pgAdmin4 v8.11 candidate builds and source code is available at https://developer.pgadmin.org/builds/2024-08-19-1/Yogesh, could you please verify this for Thursday's release?
Akshay Joshi
Principle Software Architect
Blog: https://www.enterprisedb.com/akshay-joshi
GitHub: https://github.com/akshay-joshi
LinkedIn: https://www.linkedin.com/in/akshay-joshi-086497216